Other Requests
-
Declaration
Swift
protocol Collection : Sequence where Self.SubSequence : Collection
-
A type that is represented in the Spotify Web API by both
simplified
andfull
versions.Types that conform to this protocol provide a set of convenience methods to retrieve the full version of a simplified SpotifyKit type, and are required to have a URL providing the API endpoint to the full details of the item.
These types also implement an
See moreisSimplified
property, a Boolean value indicating whether an instance of this type represents asimplified
version of thefull
Spotify object.Declaration
Swift
public protocol Expandable